x86/EFI: drop stale section special casing when generating base relocs
authorJan Beulich <jbeulich@suse.com>
Thu, 1 Apr 2021 14:44:24 +0000 (16:44 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 1 Apr 2021 14:44:24 +0000 (16:44 +0200)
commit5c3c410bd2ea8d2cc520e8e8f83ad143c9c5cff7
treeb117d26ebc95a81c829e00db43f302adc1a2fd70
parentf36179726847a08418a0b4f9c319b24ecb60fe3a
x86/EFI: drop stale section special casing when generating base relocs

As of commit a6066af5b142 ("xen/init: Annotate all command line
parameter infrastructure as const") .init.setup has been part of .init.
As of commit 544ad7f5caf5 ("xen/init: Move initcall infrastructure into
.init.data") .initcall* have been part of .init. Hence neither can be
encountered as a stand-alone section in the final binaries anymore.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/efi/mkreloc.c